@media (max-width: 768px){
    .header1 {
        justify-content: space-between;
        background-color: #4B2179;    
    }

    .header1 .logo a:last-child{
        display: block;
    }
    .header1 .logo a:first-child{
        display: none;
    }
    nav ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
    }
    
    nav ul li {
        margin: 0 15px;
    }
    
    nav ul li a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-weight: 100;
        font-size: 18px;
    }
    
    nav ul li a:hover {
        text-decoration: underline;
    }
    .icono_menu_nav{
        display: none;
    }

    /*banner................................................*/


    .banner{
        background-image: url("img_pol_tablet.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        border-radius: 0;
    }
    .banner h2{
        font-size: 18px;
        margin-right: 16px;
    }

    .aliado{
        margin-top: 280px;
        margin-left: 0;
        margin-right: 24px;
    }
    .aliado h3{
        font-size: 18px;
        margin: 4px 0;
    }
    .aliado p{
        font-size: 14px;
        margin: 4px 0;
        font-weight: 300;
    }
    .redes_sociales{
        margin: 8px 0;
    }
    .redes_sociales img{
        margin-right: 16px;
    }
    .btn_consultas{
        padding: 10px 8%;
        background-color: #FFD700;
        font-size: 18px;
        border-radius: 12px;
        color: #4B2179;
        border-color: #FFD700;
        margin: 8px 0;
        width: 307px;
    }
    /*aca se describen las seccione, es el separador mobile...........................*/

    .descripcion_secciones{
        margin: 80px 0;
        width: 100%;
    }
    .descripcion_secciones h4{
        font-size: 24px;
        text-align: center;
        font-weight: 500;
        margin: 4px 0;
    }
    .descripcion_secciones p{
        font-size: 16px;
        text-align: center;
        margin: 8px 0;
        width: 90%;
        padding: 0 40px;
    }
    /*seccion de descripcion...............................................................*/

    .descripcion{
        margin: 80px 0;
        padding: 0 16px;
    }
    .descripcion p{
        font-size: 16px;
        font-weight: 300;

    }
    .descripcion img{
        width: 200px;
        margin:auto;
        padding: 0 16px;
    }
    .descripcion_img{
        text-align: center;
    }
    .descripcion_texto{
        margin:0;
        text-align: center;
        width: 100%;
    }
    .btn_consultas{
        width: 260px;
    }
    /*seccion servicios............................................*/

    .Servicios{
        padding: 0;
        margin: 0 16px 48px 24px;
    }

    .articulo{
        margin: 16px;
        padding: 0;
    }
    .articulo img{
        width: 60px;
    }
    .articulo h4{
        font-size: 16px;
    }
    .articulo p{
        width: 100%;
        font-size: 16px;
    }
    /*seccion blog.........................................................*/
    .container_blog .blog:last-child{
        display: none;
    }
    .blog_articulos{
        margin: 24px 0;
        padding: 0 24px;
    }
    .blog{
        margin-bottom: 24px;
        width: 320px;
    }
    .blog p{
        width: 100%;
        text-align: justify;
        font-size: 16px;
        }
    .blog img{
        width: 210px;
    }
    .foto_fondo img{
        display: none;
    }
    .foto_fondo{
        background-image: url("img_foto_fondo_tablet.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 330px;

    }
    /*footer*/
    .footer{
        flex-direction: column;
        text-align: center;
    }
    .footer .logo img:last-child{
        justify-items: center;
    }
    .footer .logo img:first-child{
        display: none;
    }
    footer .redes_sociales img{
        margin-left: 8px;
    }
    .redes_sociales img{
        width: 36px;
    }


    /*pagina de contacto................................................................................................*/


    .pagina_contacto{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 0 16px;
    }
    .informacion_de_contacto{
        font-size: 21px;
        color: #ffffff;
        text-align: left;
        align-content: center;
    }
    .informacion_de_contacto p{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .informacion_de_contacto p:first-child{
        margin-top: 80px;
    }


    /*formulario nuevo................................................................................................*/

    .contact-form {
        margin-top: 48px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 340px;
    }
    h2 {
        text-align: center;
        font-family: "Open Sans";
    }
    label {
        font-family: "Open Sans";
        font-weight: bold;
        display: block;
        margin-top: 10px;
        padding: 0 16px;
    }
    input, textarea {
        font-family: "Open Sans";
        width: 90%;
        padding: 10px 4px;
        margin: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    textarea {
        height: 100px;
    }
    button {
        font-family: "Open Sans";
        margin-top: 15px;
        padding: 10px 15px;
        background: #FFD700;
        color: #000000;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }
    button:hover {
        background: #0056b3;
    }
    
}